repo.or.cz
/
and.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Adding some more judges, here and there.
[and.git]
/
COCI
/
2009-2010
/
Contest #7 - 24.04.2010
/
cokolada
/
run.rb
blob
d5dd030e0a62dbf87ce789b926422c91ce4808e9
1
#! /usr/bin/ruby
2
1000.times do
3
x = rand(1000000) + 1
4
system "echo #{x} | ./cokolada > a"
5
system "echo #{x} | ./cokolada.2 > b"
6
system "diff a b"
7
system "rm a b"
8
end